home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / English.lproj / sendOptions.nib / data.classes next >
Encoding:
Text File  |  1992-03-08  |  585 b   |  51 lines

  1. Options = {
  2.     ACTIONS = {
  3.     changeView:;
  4.     revert:;
  5.     ok:;
  6.     };
  7.     OUTLETS = {
  8.     text;
  9.     textView;
  10.     cancel;
  11.     window;
  12.     form;
  13.     matrix;
  14.     ok;
  15.     popup;
  16.     menuCell;
  17.     scroll;
  18.     optionView;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. SendOptions = {
  28.     ACTIONS = {
  29.     checkEncrypt:;
  30.     changeView:;
  31.     doUpdate:;
  32.     revert:;
  33.     };
  34.     OUTLETS = {
  35.     fieldView;
  36.     featureList;
  37.     needsUpdate;
  38.     window;
  39.     fieldPopUp;
  40.     fieldType;
  41.     revert;
  42.     ok;
  43.     replyView;
  44.     curSendWindow;
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. EnvelopeWell = {
  49.     SUPERCLASS = View;
  50. };
  51.